From 445bad9a3598cbccf14f059143d97c1e3b0b6c67 Mon Sep 17 00:00:00 2001 From: "smh22@firebug.cl.cam.ac.uk" Date: Fri, 13 May 2005 18:21:30 +0000 Subject: [PATCH] bitkeeper revision 1.1404 (4284f02azzS42sTfwP_o4ofbShQYDA) sxpr_parser.c: fix build --- tools/libxutil/sxpr_parser.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/libxutil/sxpr_parser.c b/tools/libxutil/sxpr_parser.c index 870f68f1a1..f93d3505b2 100644 --- a/tools/libxutil/sxpr_parser.c +++ b/tools/libxutil/sxpr_parser.c @@ -56,6 +56,7 @@ static int state_start(Parser *p, char c); static int begin_start(Parser *p, char c); +#if 0 /** Print a parse error. * * @param in parser @@ -83,6 +84,8 @@ static void wprintf(Parser *in, char *msg, ...){ va_end(args); } } +#endif + /*============================================================================*/ @@ -134,6 +137,7 @@ static char *get_message(ParseErrorId id){ return ""; } +#if 0 /** Get the line number. * * @param in parser @@ -149,6 +153,7 @@ static int get_line(Parser *in){ static int get_column(Parser *in){ return in->char_no; } +#endif /** Get the line number the current token started on. * -- 2.30.2